Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically check for SPDX headers and linting #40

Merged
merged 4 commits into from
May 23, 2024

Conversation

mkannwischer
Copy link
Contributor

Resolves #26

@mkannwischer mkannwischer force-pushed the spdx branch 3 times, most recently from 5918043 to 9a2cd9a Compare May 23, 2024 03:29
@mkannwischer mkannwischer requested a review from hanno-becker May 23, 2024 03:30
scripts/format Outdated Show resolved Hide resolved
CODEOWNERS Outdated Show resolved Hide resolved
Signed-off-by: Matthias J. Kannwischer <[email protected]>
Signed-off-by: Matthias J. Kannwischer <[email protected]>
Signed-off-by: Matthias J. Kannwischer <[email protected]>
Signed-off-by: Matthias J. Kannwischer <[email protected]>
@mkannwischer mkannwischer merged commit ca8031b into pq-code-package:main May 23, 2024
2 checks passed
potsrevennil pushed a commit to potsrevennil/mlkem-c-aarch64 that referenced this pull request May 29, 2024
cothan added a commit that referenced this pull request Jun 4, 2024
Signed-off-by: Duc Tri Nguyen <[email protected]>

Update Makefile

Signed-off-by: Duc Tri Nguyen <[email protected]>

clean up

Signed-off-by: Duc Tri Nguyen <[email protected]>

Add SPDX

Signed-off-by: Duc Tri Nguyen <[email protected]>

no need to zero local buffer since the seed is public information

Signed-off-by: Duc Tri Nguyen <[email protected]>

use static array, the variable length array will cause problem on window

Signed-off-by: Duc Tri Nguyen <[email protected]>

further reduce memory usage, improve the performance

Signed-off-by: Duc Tri Nguyen <[email protected]>

save 4 instructions

Signed-off-by: Duc Tri Nguyen <[email protected]>

reorder intructions

Signed-off-by: Duc Tri Nguyen <[email protected]>

reduce stack size

Signed-off-by: Duc Tri Nguyen <[email protected]>

Automatically check for SPDX headers and linting (#40)

shorten the code

Signed-off-by: Duc Tri Nguyen <[email protected]>

work

Signed-off-by: Duc Tri Nguyen <[email protected]>

done

Signed-off-by: Duc Tri Nguyen <[email protected]>

update makefile

add SPDX

clean up

clean up
cothan added a commit that referenced this pull request Jun 4, 2024
Signed-off-by: Duc Tri Nguyen <[email protected]>

Update Makefile

Signed-off-by: Duc Tri Nguyen <[email protected]>

clean up

Signed-off-by: Duc Tri Nguyen <[email protected]>

Add SPDX

Signed-off-by: Duc Tri Nguyen <[email protected]>

no need to zero local buffer since the seed is public information

Signed-off-by: Duc Tri Nguyen <[email protected]>

use static array, the variable length array will cause problem on window

Signed-off-by: Duc Tri Nguyen <[email protected]>

further reduce memory usage, improve the performance

Signed-off-by: Duc Tri Nguyen <[email protected]>

save 4 instructions

Signed-off-by: Duc Tri Nguyen <[email protected]>

reorder intructions

Signed-off-by: Duc Tri Nguyen <[email protected]>

reduce stack size

Signed-off-by: Duc Tri Nguyen <[email protected]>

Automatically check for SPDX headers and linting (#40)

shorten the code

Signed-off-by: Duc Tri Nguyen <[email protected]>

work

Signed-off-by: Duc Tri Nguyen <[email protected]>

done

Signed-off-by: Duc Tri Nguyen <[email protected]>

update makefile

add SPDX

clean up

clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce SPDX check
2 participants